home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
BCI NET
/
BCI NET Dec 94.iso
/
archives
/
programming
/
arexx
/
arexxsuper.lha
/
ArexxSuper
/
InstallCatalog
< prev
next >
Wrap
Text File
|
1994-03-05
|
649b
|
24 lines
echo "
Welcome to the ARexxSupervisor installation script.*N
"
version >NIL: exec.library 37
IF WARN
echo "You need
Kickstart 2.04
to use ARexxSupervisor, sorry !"
skip Exit
ENDIF
echo "*NFor ARexxSupervisor to operate in your language, I must copy"
echo "a catalog file to your system disk for each language supported"
echo "(except for english, which is the builtin language).*N"
ask "Copy the
french (français)
catalog file ?"
IF WARN
echo "*NCopying..." NOLINE
copy Catalogs/Français/ARexxSupervisor.catalog to LOCALE:Catalogs/Français/ARexxSupervisor.catalog
echo "Done."
ENDIF
echo "*NAll done."
Lab Exit
Quit